home *** CD-ROM | disk | FTP | other *** search
/ Corbis Images Sampler - Red / RED.iso / pc / Interface / inter.dxr / 00188_make text red.ls < prev    next >
Encoding:
Text File  |  1999-12-21  |  430 b   |  20 lines

  1. on beginSprite me
  2.   set the foreColor of member "categories tab text" to 215
  3.   set the foreColor of member "galleries tab text" to 215
  4. end
  5.  
  6. on mouseUp
  7.   puppetSound(2, "click")
  8.   set the foreColor of member "galleries tab text" to 215
  9.   go("cat")
  10. end
  11.  
  12. on mouseEnter
  13.   puppetSound(3, "over")
  14.   set the foreColor of member "categories tab text" to 0
  15. end
  16.  
  17. on mouseLeave
  18.   set the foreColor of member "categories tab text" to 215
  19. end
  20.